type github.com/klauspost/compress/zstd.closeWrapper
5 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L610: return closeWrapper{d: d}
decoder.go#L614: type closeWrapper struct {
decoder.go#L619: func (c closeWrapper) WriteTo(w io.Writer) (n int64, err error) {
decoder.go#L624: func (c closeWrapper) Read(p []byte) (n int, err error) {
decoder.go#L629: func (c closeWrapper) Close() error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |